Html Css Color HEX #125225 Crusoe

📋 copy color: '#125225'

red 18 ◦ green 82 ◦ blue 37

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

Shades of Crusoe #125225

Tints of Crusoe #125225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.85%

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

R = 13.14%
G = 59.85%
B = 27.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#125225 (or 0x125225) is known color: Crusoe. HEX triplet: 12, 52 and 25. RGB value is (18,82,37). Sum of RGB (Red+Green+Blue) = 18+82+37=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #125225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125225 is #EDADDA. Grayscale: #393939. Windows color (decimal): -15576539 or 2445842. OLE color: 2445842.

HSL color Cylindrical-coordinate representation of color #125225: hue angle of 137.81º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125225 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 37 -
CMYK 0.78 0 0.55 0.68
HSL 137.81º 0.64% 0.2% -
HSV(B) 137.81º 0.78% 0.32% -
XYZ 3.6 6.3 2.78 -
YUV 57.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 18 82 37 0.78 0 0.55 0.68 137.81 0.64 0.2
Hex 12 52 25 4E 0 37 44 8A 40 14
Octal 22 122 45 116 0 67 104 212 100 24
Binary 10010 1010010 100101 1001110 0 110111 1000100 10001010 1000000 10100

Color Harmonies of #125225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125225

Black with #125225

Text Example


Text Example

White with #125225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125225; }

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

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

background-color css

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

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

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

border-color css

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

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

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