Html Css Color HEX #126934 Crusoe

📋 copy color: '#126934'

red 18 ◦ green 105 ◦ blue 52

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

Shades of Crusoe #126934

Tints of Crusoe #126934

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60%

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

R = 10.29%
G = 60%
B = 29.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#126934 (or 0x126934) is known color: Crusoe. HEX triplet: 12, 69 and 34. RGB value is (18,105,52). Sum of RGB (Red+Green+Blue) = 18+105+52=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #126934 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126934 is #ED96CB. Grayscale: #494949. Windows color (decimal): -15570636 or 3434770. OLE color: 3434770.

HSL color Cylindrical-coordinate representation of color #126934: hue angle of 143.45º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126934 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 52 -
CMYK 0.83 0 0.50 0.59
HSL 143.45º 0.71% 0.24% -
HSV(B) 143.45º 0.83% 0.41% -
XYZ 5.92 10.48 4.96 -
YUV 72.95 116.18 88.81 -
System Red Green Blue C M Y K H S L
Decimal 18 105 52 0.83 0 0.50 0.59 143.45 0.71 0.24
Hex 12 69 34 53 0 32 3B 8F 47 18
Octal 22 151 64 123 0 62 73 217 107 30
Binary 10010 1101001 110100 1010011 0 110010 111011 10001111 1000111 11000

Color Harmonies of #126934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126934

Black with #126934

Text Example


Text Example

White with #126934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126934; }

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

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

background-color css

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

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

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

border-color css

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

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

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