Html Css Color HEX #125D22 Crusoe

📋 copy color: '#125D22'

red 18 ◦ green 93 ◦ blue 34

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

Shades of Crusoe #125D22

Tints of Crusoe #125D22

RGB

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

 GREEN value IS 93 (36.72% from 255) = 64.14%

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

R = 12.41%
G = 64.14%
B = 23.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#125D22 (or 0x125D22) is known color: Crusoe. HEX triplet: 12, 5D and 22. RGB value is (18,93,34). Sum of RGB (Red+Green+Blue) = 18+93+34=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #125D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D22 is #EDA2DD. Grayscale: #404040. Windows color (decimal): -15573726 or 2252050. OLE color: 2252050.

HSL color Cylindrical-coordinate representation of color #125D22: hue angle of 132.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D22 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 34 -
CMYK 0.81 0 0.63 0.64
HSL 132.8º 0.68% 0.22% -
HSV(B) 132.8º 0.81% 0.36% -
XYZ 4.45 8.07 2.84 -
YUV 63.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 18 93 34 0.81 0 0.63 0.64 132.8 0.68 0.22
Hex 12 5D 22 51 0 3F 40 85 44 16
Octal 22 135 42 121 0 77 100 205 104 26
Binary 10010 1011101 100010 1010001 0 111111 1000000 10000101 1000100 10110

Color Harmonies of #125D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D22

Black with #125D22

Text Example


Text Example

White with #125D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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