Html Css Color HEX #126933 Crusoe

📋 copy color: '#126933'

red 18 ◦ green 105 ◦ blue 51

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

Shades of Crusoe #126933

Tints of Crusoe #126933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.31%

R = 10.34%
G = 60.34%
B = 29.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#126933 (or 0x126933) is known color: Crusoe. HEX triplet: 12, 69 and 33. RGB value is (18,105,51). Sum of RGB (Red+Green+Blue) = 18+105+51=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #126933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126933 is #ED96CC. Grayscale: #484848. Windows color (decimal): -15570637 or 3369234. OLE color: 3369234.

HSL color Cylindrical-coordinate representation of color #126933: hue angle of 142.76º 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 #126933 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 51 -
CMYK 0.83 0 0.51 0.59
HSL 142.76º 0.71% 0.24% -
HSV(B) 142.76º 0.83% 0.41% -
XYZ 5.9 10.47 4.84 -
YUV 72.83 115.68 88.89 -
System Red Green Blue C M Y K H S L
Decimal 18 105 51 0.83 0 0.51 0.59 142.76 0.71 0.24
Hex 12 69 33 53 0 33 3B 8F 47 18
Octal 22 151 63 123 0 63 73 217 107 30
Binary 10010 1101001 110011 1010011 0 110011 111011 10001111 1000111 11000

Color Harmonies of #126933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126933

Black with #126933

Text Example


Text Example

White with #126933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126933; }

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

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

background-color css

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

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

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

border-color css

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

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

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