Html Css Color HEX #135630 Crusoe

📋 copy color: '#135630'

red 19 ◦ green 86 ◦ blue 48

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

Shades of Crusoe #135630

Tints of Crusoe #135630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 56.21%

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

R = 12.42%
G = 56.21%
B = 31.37%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#135630 (or 0x135630) is known color: Crusoe. HEX triplet: 13, 56 and 30. RGB value is (19,86,48). Sum of RGB (Red+Green+Blue) = 19+86+48=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #135630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135630 is #ECA9CF. Grayscale: #3D3D3D. Windows color (decimal): -15509968 or 3167763. OLE color: 3167763.

HSL color Cylindrical-coordinate representation of color #135630: hue angle of 145.97º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135630 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 48 -
CMYK 0.78 0 0.44 0.66
HSL 145.97º 0.64% 0.21% -
HSV(B) 145.97º 0.78% 0.34% -
XYZ 4.13 7.01 3.93 -
YUV 61.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 19 86 48 0.78 0 0.44 0.66 145.97 0.64 0.21
Hex 13 56 30 4E 0 2C 42 92 40 15
Octal 23 126 60 116 0 54 102 222 100 25
Binary 10011 1010110 110000 1001110 0 101100 1000010 10010010 1000000 10101

Color Harmonies of #135630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135630

Black with #135630

Text Example


Text Example

White with #135630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135630; }

 p { color: rgb(19,86,48); }

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

background-color css

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

 a { background-color: rgb(19,86,48); }

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

border-color css

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

 span { border-color: rgb(19,86,48); }

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