Html Css Color HEX #125B21 Crusoe

📋 copy color: '#125B21'

red 18 ◦ green 91 ◦ blue 33

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

Shades of Crusoe #125B21

Tints of Crusoe #125B21

RGB

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

 GREEN value IS 91 (35.94% from 255) = 64.08%

 BLUE value IS 33 (13.28% from 255) = 23.24%

R = 12.68%
G = 64.08%
B = 23.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#125B21 (or 0x125B21) is known color: Crusoe. HEX triplet: 12, 5B and 21. RGB value is (18,91,33). Sum of RGB (Red+Green+Blue) = 18+91+33=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 91 (35.94% from 255 or 64.08% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 91 - color contains mainly: green. Hex color #125B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B21 is #EDA4DE. Grayscale: #3E3E3E. Windows color (decimal): -15574239 or 2186002. OLE color: 2186002.

HSL color Cylindrical-coordinate representation of color #125B21: hue angle of 132.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B21 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 91 33 -
CMYK 0.80 0 0.64 0.64
HSL 132.33º 0.67% 0.21% -
HSV(B) 132.33º 0.8% 0.36% -
XYZ 4.27 7.72 2.7 -
YUV 62.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 18 91 33 0.80 0 0.64 0.64 132.33 0.67 0.21
Hex 12 5B 21 50 0 40 40 84 43 15
Octal 22 133 41 120 0 100 100 204 103 25
Binary 10010 1011011 100001 1010000 0 1000000 1000000 10000100 1000011 10101

Color Harmonies of #125B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B21

Black with #125B21

Text Example


Text Example

White with #125B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,91,33); }

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

background-color css

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

 a { background-color: rgb(18,91,33); }

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

border-color css

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

 span { border-color: rgb(18,91,33); }

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