Html Css Color HEX #125A25 Crusoe

📋 copy color: '#125A25'

red 18 ◦ green 90 ◦ blue 37

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

Shades of Crusoe #125A25

Tints of Crusoe #125A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.52%

R = 12.41%
G = 62.07%
B = 25.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#125A25 (or 0x125A25) is known color: Crusoe. HEX triplet: 12, 5A and 25. RGB value is (18,90,37). Sum of RGB (Red+Green+Blue) = 18+90+37=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #125A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A25 is #EDA5DA. Grayscale: #3E3E3E. Windows color (decimal): -15574491 or 2447890. OLE color: 2447890.

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

Color convert

RGB 18 90 37 -
CMYK 0.80 0 0.59 0.65
HSL 135.83º 0.67% 0.21% -
HSV(B) 135.83º 0.8% 0.35% -
XYZ 4.24 7.57 2.99 -
YUV 62.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 18 90 37 0.80 0 0.59 0.65 135.83 0.67 0.21
Hex 12 5A 25 50 0 3B 41 88 43 15
Octal 22 132 45 120 0 73 101 210 103 25
Binary 10010 1011010 100101 1010000 0 111011 1000001 10001000 1000011 10101

Color Harmonies of #125A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A25

Black with #125A25

Text Example


Text Example

White with #125A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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