Html Css Color HEX #125530 Crusoe

📋 copy color: '#125530'

red 18 ◦ green 85 ◦ blue 48

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

Shades of Crusoe #125530

Tints of Crusoe #125530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 56.29%

 BLUE value IS 48 (19.14% from 255) = 31.79%

R = 11.92%
G = 56.29%
B = 31.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#125530 (or 0x125530) is known color: Crusoe. HEX triplet: 12, 55 and 30. RGB value is (18,85,48). Sum of RGB (Red+Green+Blue) = 18+85+48=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #125530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125530 is #EDAACF. Grayscale: #3C3C3C. Windows color (decimal): -15575760 or 3167506. OLE color: 3167506.

HSL color Cylindrical-coordinate representation of color #125530: hue angle of 146.87º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125530 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 48 -
CMYK 0.79 0 0.44 0.67
HSL 146.87º 0.65% 0.2% -
HSV(B) 146.87º 0.79% 0.33% -
XYZ 4.03 6.84 3.9 -
YUV 60.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 18 85 48 0.79 0 0.44 0.67 146.87 0.65 0.2
Hex 12 55 30 4F 0 2C 43 93 41 14
Octal 22 125 60 117 0 54 103 223 101 24
Binary 10010 1010101 110000 1001111 0 101100 1000011 10010011 1000001 10100

Color Harmonies of #125530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125530

Black with #125530

Text Example


Text Example

White with #125530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125530; }

 p { color: rgb(18,85,48); }

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

background-color css

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

 a { background-color: rgb(18,85,48); }

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

border-color css

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

 span { border-color: rgb(18,85,48); }

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