Html Css Color HEX #136730 Crusoe

📋 copy color: '#136730'

red 19 ◦ green 103 ◦ blue 48

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

Shades of Crusoe #136730

Tints of Crusoe #136730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 60.59%

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

R = 11.18%
G = 60.59%
B = 28.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#136730 (or 0x136730) is known color: Crusoe. HEX triplet: 13, 67 and 30. RGB value is (19,103,48). Sum of RGB (Red+Green+Blue) = 19+103+48=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #136730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136730 is #EC98CF. Grayscale: #474747. Windows color (decimal): -15505616 or 3172115. OLE color: 3172115.

HSL color Cylindrical-coordinate representation of color #136730: hue angle of 140.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136730 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 48 -
CMYK 0.82 0 0.53 0.60
HSL 140.71º 0.69% 0.24% -
HSV(B) 140.71º 0.82% 0.4% -
XYZ 5.65 10.05 4.44 -
YUV 71.61 114.67 90.47 -
System Red Green Blue C M Y K H S L
Decimal 19 103 48 0.82 0 0.53 0.60 140.71 0.69 0.24
Hex 13 67 30 52 0 35 3C 8D 45 18
Octal 23 147 60 122 0 65 74 215 105 30
Binary 10011 1100111 110000 1010010 0 110101 111100 10001101 1000101 11000

Color Harmonies of #136730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136730

Black with #136730

Text Example


Text Example

White with #136730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136730; }

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

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

background-color css

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

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

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

border-color css

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

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

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