Html Css Color HEX #135230 Crusoe

📋 copy color: '#135230'

red 19 ◦ green 82 ◦ blue 48

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

Shades of Crusoe #135230

Tints of Crusoe #135230

RGB

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

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

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

R = 12.75%
G = 55.03%
B = 32.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#135230 (or 0x135230) is known color: Crusoe. HEX triplet: 13, 52 and 30. RGB value is (19,82,48). Sum of RGB (Red+Green+Blue) = 19+82+48=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #135230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135230 is #ECADCF. Grayscale: #3B3B3B. Windows color (decimal): -15510992 or 3166739. OLE color: 3166739.

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

Color convert

RGB 19 82 48 -
CMYK 0.77 0 0.41 0.68
HSL 147.62º 0.62% 0.2% -
HSV(B) 147.62º 0.77% 0.32% -
XYZ 3.82 6.39 3.83 -
YUV 59.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 19 82 48 0.77 0 0.41 0.68 147.62 0.62 0.2
Hex 13 52 30 4D 0 29 44 94 3E 14
Octal 23 122 60 115 0 51 104 224 76 24
Binary 10011 1010010 110000 1001101 0 101001 1000100 10010100 111110 10100

Color Harmonies of #135230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135230

Black with #135230

Text Example


Text Example

White with #135230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135230; }

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

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

background-color css

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

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

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

border-color css

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

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

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