Html Css Color HEX #125027 Crusoe

📋 copy color: '#125027'

red 18 ◦ green 80 ◦ blue 39

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

Shades of Crusoe #125027

Tints of Crusoe #125027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.47%

R = 13.14%
G = 58.39%
B = 28.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#125027 (or 0x125027) is known color: Crusoe. HEX triplet: 12, 50 and 27. RGB value is (18,80,39). Sum of RGB (Red+Green+Blue) = 18+80+39=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #125027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125027 is #EDAFD8. Grayscale: #383838. Windows color (decimal): -15577049 or 2576402. OLE color: 2576402.

HSL color Cylindrical-coordinate representation of color #125027: hue angle of 140.32º 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 #125027 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 39 -
CMYK 0.78 0 0.51 0.69
HSL 140.32º 0.63% 0.19% -
HSV(B) 140.32º 0.78% 0.31% -
XYZ 3.48 6.01 2.9 -
YUV 56.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 18 80 39 0.78 0 0.51 0.69 140.32 0.63 0.19
Hex 12 50 27 4E 0 33 45 8C 3F 13
Octal 22 120 47 116 0 63 105 214 77 23
Binary 10010 1010000 100111 1001110 0 110011 1000101 10001100 111111 10011

Color Harmonies of #125027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125027

Black with #125027

Text Example


Text Example

White with #125027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125027; }

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

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

background-color css

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

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

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

border-color css

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

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

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