Html Css Color HEX #125021 Crusoe

📋 copy color: '#125021'

red 18 ◦ green 80 ◦ blue 33

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

Shades of Crusoe #125021

Tints of Crusoe #125021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 61.07%

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

R = 13.74%
G = 61.07%
B = 25.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#125021 (or 0x125021) is known color: Crusoe. HEX triplet: 12, 50 and 21. RGB value is (18,80,33). Sum of RGB (Red+Green+Blue) = 18+80+33=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #125021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125021 is #EDAFDE. Grayscale: #383838. Windows color (decimal): -15577055 or 2183186. OLE color: 2183186.

HSL color Cylindrical-coordinate representation of color #125021: hue angle of 134.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125021 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 33 -
CMYK 0.78 0 0.59 0.69
HSL 134.52º 0.63% 0.19% -
HSV(B) 134.52º 0.78% 0.31% -
XYZ 3.39 5.98 2.41 -
YUV 56.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 18 80 33 0.78 0 0.59 0.69 134.52 0.63 0.19
Hex 12 50 21 4E 0 3B 45 87 3F 13
Octal 22 120 41 116 0 73 105 207 77 23
Binary 10010 1010000 100001 1001110 0 111011 1000101 10000111 111111 10011

Color Harmonies of #125021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125021

Black with #125021

Text Example


Text Example

White with #125021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125021; }

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

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

background-color css

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

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

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

border-color css

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

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

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