Html Css Color HEX #125922 Crusoe

📋 copy color: '#125922'

red 18 ◦ green 89 ◦ blue 34

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

Shades of Crusoe #125922

Tints of Crusoe #125922

RGB

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

 GREEN value IS 89 (35.16% from 255) = 63.12%

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

R = 12.77%
G = 63.12%
B = 24.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#125922 (or 0x125922) is known color: Crusoe. HEX triplet: 12, 59 and 22. RGB value is (18,89,34). Sum of RGB (Red+Green+Blue) = 18+89+34=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #125922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125922 is #EDA6DD. Grayscale: #3D3D3D. Windows color (decimal): -15574750 or 2251026. OLE color: 2251026.

HSL color Cylindrical-coordinate representation of color #125922: hue angle of 133.52º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125922 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 34 -
CMYK 0.80 0 0.62 0.65
HSL 133.52º 0.66% 0.21% -
HSV(B) 133.52º 0.8% 0.35% -
XYZ 4.11 7.39 2.72 -
YUV 61.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 18 89 34 0.80 0 0.62 0.65 133.52 0.66 0.21
Hex 12 59 22 50 0 3E 41 86 42 15
Octal 22 131 42 120 0 76 101 206 102 25
Binary 10010 1011001 100010 1010000 0 111110 1000001 10000110 1000010 10101

Color Harmonies of #125922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125922

Black with #125922

Text Example


Text Example

White with #125922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125922; }

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

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

background-color css

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

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

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

border-color css

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

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

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