Html Css Color HEX #135227 Crusoe

📋 copy color: '#135227'

red 19 ◦ green 82 ◦ blue 39

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

Shades of Crusoe #135227

Tints of Crusoe #135227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.86%

R = 13.57%
G = 58.57%
B = 27.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#135227 (or 0x135227) is known color: Crusoe. HEX triplet: 13, 52 and 27. RGB value is (19,82,39). Sum of RGB (Red+Green+Blue) = 19+82+39=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #135227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135227 is #ECADD8. Grayscale: #3A3A3A. Windows color (decimal): -15511001 or 2576915. OLE color: 2576915.

HSL color Cylindrical-coordinate representation of color #135227: hue angle of 139.05º 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 #135227 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 39 -
CMYK 0.77 0 0.52 0.68
HSL 139.05º 0.62% 0.2% -
HSV(B) 139.05º 0.77% 0.32% -
XYZ 3.65 6.32 2.95 -
YUV 58.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 19 82 39 0.77 0 0.52 0.68 139.05 0.62 0.2
Hex 13 52 27 4D 0 34 44 8B 3E 14
Octal 23 122 47 115 0 64 104 213 76 24
Binary 10011 1010010 100111 1001101 0 110100 1000100 10001011 111110 10100

Color Harmonies of #135227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135227

Black with #135227

Text Example


Text Example

White with #135227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135227; }

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

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

background-color css

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

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

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

border-color css

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

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

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