Html Css Color HEX #135223 Crusoe

📋 copy color: '#135223'

red 19 ◦ green 82 ◦ blue 35

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

Shades of Crusoe #135223

Tints of Crusoe #135223

RGB

 RED value IS 19 (7.81% from 255) = 13.97%

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

 BLUE value IS 35 (14.06% from 255) = 25.74%

R = 13.97%
G = 60.29%
B = 25.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#135223 (or 0x135223) is known color: Crusoe. HEX triplet: 13, 52 and 23. RGB value is (19,82,35). Sum of RGB (Red+Green+Blue) = 19+82+35=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #135223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135223 is #ECADDC. Grayscale: #393939. Windows color (decimal): -15511005 or 2314771. OLE color: 2314771.

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

Color convert

RGB 19 82 35 -
CMYK 0.77 0 0.57 0.68
HSL 135.24º 0.62% 0.2% -
HSV(B) 135.24º 0.77% 0.32% -
XYZ 3.59 6.29 2.62 -
YUV 57.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 19 82 35 0.77 0 0.57 0.68 135.24 0.62 0.2
Hex 13 52 23 4D 0 39 44 87 3E 14
Octal 23 122 43 115 0 71 104 207 76 24
Binary 10011 1010010 100011 1001101 0 111001 1000100 10000111 111110 10100

Color Harmonies of #135223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135223

Black with #135223

Text Example


Text Example

White with #135223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135223; }

 p { color: rgb(19,82,35); }

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

background-color css

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

 a { background-color: rgb(19,82,35); }

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

border-color css

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

 span { border-color: rgb(19,82,35); }

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