Html Css Color HEX #126625 Crusoe

📋 copy color: '#126625'

red 18 ◦ green 102 ◦ blue 37

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

Shades of Crusoe #126625

Tints of Crusoe #126625

RGB

 RED value IS 18 (7.42% from 255) = 11.46%

 GREEN value IS 102 (40.23% from 255) = 64.97%

 BLUE value IS 37 (14.84% from 255) = 23.57%

R = 11.46%
G = 64.97%
B = 23.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#126625 (or 0x126625) is known color: Crusoe. HEX triplet: 12, 66 and 25. RGB value is (18,102,37). Sum of RGB (Red+Green+Blue) = 18+102+37=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #126625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126625 is #ED99DA. Grayscale: #454545. Windows color (decimal): -15571419 or 2450962. OLE color: 2450962.

HSL color Cylindrical-coordinate representation of color #126625: hue angle of 133.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126625 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 37 -
CMYK 0.82 0 0.64 0.6
HSL 133.57º 0.7% 0.24% -
HSV(B) 133.57º 0.82% 0.4% -
XYZ 5.33 9.76 3.35 -
YUV 69.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 18 102 37 0.82 0 0.64 0.6 133.57 0.7 0.24
Hex 12 66 25 52 0 40 3C 86 46 18
Octal 22 146 45 122 0 100 74 206 106 30
Binary 10010 1100110 100101 1010010 0 1000000 111100 10000110 1000110 11000

Color Harmonies of #126625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126625

Black with #126625

Text Example


Text Example

White with #126625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126625; }

 p { color: rgb(18,102,37); }

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

background-color css

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

 a { background-color: rgb(18,102,37); }

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

border-color css

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

 span { border-color: rgb(18,102,37); }

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