Html Css Color HEX #125622 Crusoe

📋 copy color: '#125622'

red 18 ◦ green 86 ◦ blue 34

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

Shades of Crusoe #125622

Tints of Crusoe #125622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 62.32%

 BLUE value IS 34 (13.67% from 255) = 24.64%

R = 13.04%
G = 62.32%
B = 24.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#125622 (or 0x125622) is known color: Crusoe. HEX triplet: 12, 56 and 22. RGB value is (18,86,34). Sum of RGB (Red+Green+Blue) = 18+86+34=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #125622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125622 is #EDA9DD. Grayscale: #3B3B3B. Windows color (decimal): -15575518 or 2250258. OLE color: 2250258.

HSL color Cylindrical-coordinate representation of color #125622: hue angle of 134.12º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125622 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 34 -
CMYK 0.79 0 0.60 0.66
HSL 134.12º 0.65% 0.2% -
HSV(B) 134.12º 0.79% 0.34% -
XYZ 3.87 6.9 2.64 -
YUV 59.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 18 86 34 0.79 0 0.60 0.66 134.12 0.65 0.2
Hex 12 56 22 4F 0 3C 42 86 41 14
Octal 22 126 42 117 0 74 102 206 101 24
Binary 10010 1010110 100010 1001111 0 111100 1000010 10000110 1000001 10100

Color Harmonies of #125622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125622

Black with #125622

Text Example


Text Example

White with #125622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125622; }

 p { color: rgb(18,86,34); }

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

background-color css

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

 a { background-color: rgb(18,86,34); }

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

border-color css

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

 span { border-color: rgb(18,86,34); }

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