Html Css Color HEX #095330 Crusoe

📋 copy color: '#095330'

red 9 ◦ green 83 ◦ blue 48

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

Shades of Crusoe #095330

Tints of Crusoe #095330

RGB

 RED value IS 9 (3.91% from 255) = 6.43%

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

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

R = 6.43%
G = 59.29%
B = 34.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#095330 (or 0x095330) is known color: Crusoe. HEX triplet: 09, 53 and 30. RGB value is (9,83,48). Sum of RGB (Red+Green+Blue) = 9+83+48=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #095330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095330 is #F6ACCF. Grayscale: #383838. Windows color (decimal): -16166096 or 3166985. OLE color: 3166985.

HSL color Cylindrical-coordinate representation of color #095330: hue angle of 151.62º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095330 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 48 -
CMYK 0.89 0 0.42 0.67
HSL 151.62º 0.8% 0.18% -
HSV(B) 151.62º 0.89% 0.33% -
XYZ 3.74 6.46 3.85 -
YUV 56.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 9 83 48 0.89 0 0.42 0.67 151.62 0.8 0.18
Hex 9 53 30 59 0 2A 43 98 50 12
Octal 11 123 60 131 0 52 103 230 120 22
Binary 1001 1010011 110000 1011001 0 101010 1000011 10011000 1010000 10010

Color Harmonies of #095330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095330

Black with #095330

Text Example


Text Example

White with #095330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095330; }

 p { color: rgb(9,83,48); }

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

background-color css

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

 a { background-color: rgb(9,83,48); }

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

border-color css

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

 span { border-color: rgb(9,83,48); }

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