Html Css Color HEX #135325 Crusoe

📋 copy color: '#135325'

red 19 ◦ green 83 ◦ blue 37

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

Shades of Crusoe #135325

Tints of Crusoe #135325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 59.71%

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

R = 13.67%
G = 59.71%
B = 26.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#135325 (or 0x135325) is known color: Crusoe. HEX triplet: 13, 53 and 25. RGB value is (19,83,37). Sum of RGB (Red+Green+Blue) = 19+83+37=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #135325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135325 is #ECACDA. Grayscale: #3A3A3A. Windows color (decimal): -15510747 or 2446099. OLE color: 2446099.

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

Color convert

RGB 19 83 37 -
CMYK 0.77 0 0.55 0.67
HSL 136.88º 0.63% 0.2% -
HSV(B) 136.88º 0.77% 0.33% -
XYZ 3.7 6.46 2.8 -
YUV 58.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 19 83 37 0.77 0 0.55 0.67 136.88 0.63 0.2
Hex 13 53 25 4D 0 37 43 89 3F 14
Octal 23 123 45 115 0 67 103 211 77 24
Binary 10011 1010011 100101 1001101 0 110111 1000011 10001001 111111 10100

Color Harmonies of #135325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135325

Black with #135325

Text Example


Text Example

White with #135325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135325; }

 p { color: rgb(19,83,37); }

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

background-color css

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

 a { background-color: rgb(19,83,37); }

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

border-color css

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

 span { border-color: rgb(19,83,37); }

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