Html Css Color HEX #125A27 Crusoe

📋 copy color: '#125A27'

red 18 ◦ green 90 ◦ blue 39

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

Shades of Crusoe #125A27

Tints of Crusoe #125A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 61.22%

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

R = 12.24%
G = 61.22%
B = 26.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#125A27 (or 0x125A27) is known color: Crusoe. HEX triplet: 12, 5A and 27. RGB value is (18,90,39). Sum of RGB (Red+Green+Blue) = 18+90+39=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #125A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A27 is #EDA5D8. Grayscale: #3E3E3E. Windows color (decimal): -15574489 or 2578962. OLE color: 2578962.

HSL color Cylindrical-coordinate representation of color #125A27: hue angle of 137.5º degrees, saturation: 0.67, 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 #125A27 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 90 39 -
CMYK 0.80 0 0.57 0.65
HSL 137.5º 0.67% 0.21% -
HSV(B) 137.5º 0.8% 0.35% -
XYZ 4.27 7.59 3.16 -
YUV 62.66 114.65 96.15 -
System Red Green Blue C M Y K H S L
Decimal 18 90 39 0.80 0 0.57 0.65 137.5 0.67 0.21
Hex 12 5A 27 50 0 39 41 8A 43 15
Octal 22 132 47 120 0 71 101 212 103 25
Binary 10010 1011010 100111 1010000 0 111001 1000001 10001010 1000011 10101

Color Harmonies of #125A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A27

Black with #125A27

Text Example


Text Example

White with #125A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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