Html Css Color HEX #264C39 Bottle Green

📋 copy color: '#264C39'

red 38 ◦ green 76 ◦ blue 57

#264C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bottle Green #264C39

Tints of Bottle Green #264C39

RGB

 RED value IS 38 (15.23% from 255) = 22.22%

 GREEN value IS 76 (30.08% from 255) = 44.44%

 BLUE value IS 57 (22.66% from 255) = 33.33%

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#264C39 (or 0x264C39) is known color: Bottle Green. HEX triplet: 26, 4C and 39. RGB value is (38,76,57). Sum of RGB (Red+Green+Blue) = 38+76+57=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #264C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C39 is #D9B3C6. Grayscale: #3E3E3E. Windows color (decimal): -14267335 or 3755046. OLE color: 3755046.

HSL color Cylindrical-coordinate representation of color #264C39: hue angle of 150º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C39 is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB 38 76 57 -
CMYK 0.5 0 0.25 0.70
HSL 150º 0.33% 0.22% -
HSV(B) 150º 0.5% 0.3% -
XYZ 4.12 5.88 4.79 -
YUV 62.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 38 76 57 0.5 0 0.25 0.70 150 0.33 0.22
Hex 26 4C 39 32 0 19 46 96 21 16
Octal 46 114 71 62 0 31 106 226 41 26
Binary 100110 1001100 111001 110010 0 11001 1000110 10010110 100001 10110

Color Harmonies of #264C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C39

Black with #264C39

Text Example


Text Example

White with #264C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264C39; }

 p { color: rgb(38,76,57); }

 H1.HeaderClassName
 {
   color: #264C39;
 }
 .AnyTagClassName
 {
   color: #264C39;
 }
</style>

background-color css

<style>
 a { background-color: #264C39; }

 a { background-color: rgb(38,76,57); }

 div.DivClassName
 {
   background-color: #264C39;
 }
 .BgClassName
 {
   background-color: #264C39;
 }
</style>

border-color css

<style>
 span { border-color: #264C39; }

 span { border-color: rgb(38,76,57); }

 td.TdClassName
 {
   border-color: #264C39;
 }
 .TagClassName
 {
   border-color: #264C39;
 }
</style>