Html Css Color HEX #126234 Crusoe

📋 copy color: '#126234'

red 18 ◦ green 98 ◦ blue 52

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

Shades of Crusoe #126234

Tints of Crusoe #126234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 58.33%

 BLUE value IS 52 (20.7% from 255) = 30.95%

R = 10.71%
G = 58.33%
B = 30.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#126234 (or 0x126234) is known color: Crusoe. HEX triplet: 12, 62 and 34. RGB value is (18,98,52). Sum of RGB (Red+Green+Blue) = 18+98+52=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #126234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126234 is #ED9DCB. Grayscale: #444444. Windows color (decimal): -15572428 or 3432978. OLE color: 3432978.

HSL color Cylindrical-coordinate representation of color #126234: hue angle of 145.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126234 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 52 -
CMYK 0.82 0 0.47 0.62
HSL 145.5º 0.69% 0.23% -
HSV(B) 145.5º 0.82% 0.38% -
XYZ 5.24 9.11 4.73 -
YUV 68.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 18 98 52 0.82 0 0.47 0.62 145.5 0.69 0.23
Hex 12 62 34 52 0 2F 3E 92 45 17
Octal 22 142 64 122 0 57 76 222 105 27
Binary 10010 1100010 110100 1010010 0 101111 111110 10010010 1000101 10111

Color Harmonies of #126234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126234

Black with #126234

Text Example


Text Example

White with #126234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126234; }

 p { color: rgb(18,98,52); }

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

background-color css

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

 a { background-color: rgb(18,98,52); }

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

border-color css

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

 span { border-color: rgb(18,98,52); }

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