Html Css Color HEX #126630 Crusoe

📋 copy color: '#126630'

red 18 ◦ green 102 ◦ blue 48

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

Shades of Crusoe #126630

Tints of Crusoe #126630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 10.71%
G = 60.71%
B = 28.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#126630 (or 0x126630) is known color: Crusoe. HEX triplet: 12, 66 and 30. RGB value is (18,102,48). Sum of RGB (Red+Green+Blue) = 18+102+48=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #126630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126630 is #ED99CF. Grayscale: #464646. Windows color (decimal): -15571408 or 3171858. OLE color: 3171858.

HSL color Cylindrical-coordinate representation of color #126630: hue angle of 141.43º 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 #126630 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 48 -
CMYK 0.82 0 0.53 0.6
HSL 141.43º 0.7% 0.24% -
HSV(B) 141.43º 0.82% 0.4% -
XYZ 5.53 9.84 4.4 -
YUV 70.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 18 102 48 0.82 0 0.53 0.6 141.43 0.7 0.24
Hex 12 66 30 52 0 35 3C 8D 46 18
Octal 22 146 60 122 0 65 74 215 106 30
Binary 10010 1100110 110000 1010010 0 110101 111100 10001101 1000110 11000

Color Harmonies of #126630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126630

Black with #126630

Text Example


Text Example

White with #126630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126630; }

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

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

background-color css

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

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

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

border-color css

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

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

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