Html Css Color HEX #125835 Crusoe

📋 copy color: '#125835'

red 18 ◦ green 88 ◦ blue 53

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

Shades of Crusoe #125835

Tints of Crusoe #125835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55.35%

 BLUE value IS 53 (21.09% from 255) = 33.33%

R = 11.32%
G = 55.35%
B = 33.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#125835 (or 0x125835) is known color: Crusoe. HEX triplet: 12, 58 and 35. RGB value is (18,88,53). Sum of RGB (Red+Green+Blue) = 18+88+53=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #125835 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125835 is #EDA7CA. Grayscale: #3F3F3F. Windows color (decimal): -15574987 or 3495954. OLE color: 3495954.

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

Color convert

RGB 18 88 53 -
CMYK 0.80 0 0.40 0.65
HSL 150º 0.66% 0.21% -
HSV(B) 150º 0.8% 0.35% -
XYZ 4.38 7.37 4.56 -
YUV 63.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 18 88 53 0.80 0 0.40 0.65 150 0.66 0.21
Hex 12 58 35 50 0 28 41 96 42 15
Octal 22 130 65 120 0 50 101 226 102 25
Binary 10010 1011000 110101 1010000 0 101000 1000001 10010110 1000010 10101

Color Harmonies of #125835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125835

Black with #125835

Text Example


Text Example

White with #125835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125835; }

 p { color: rgb(18,88,53); }

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

background-color css

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

 a { background-color: rgb(18,88,53); }

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

border-color css

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

 span { border-color: rgb(18,88,53); }

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