Html Css Color HEX #06582A Crusoe

📋 copy color: '#06582A'

red 6 ◦ green 88 ◦ blue 42

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

Shades of Crusoe #06582A

Tints of Crusoe #06582A

RGB

 RED value IS 6 (2.73% from 255) = 4.41%

 GREEN value IS 88 (34.77% from 255) = 64.71%

 BLUE value IS 42 (16.8% from 255) = 30.88%

R = 4.41%
G = 64.71%
B = 30.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#06582A (or 0x06582A) is known color: Crusoe. HEX triplet: 06, 58 and 2A. RGB value is (6,88,42). Sum of RGB (Red+Green+Blue) = 6+88+42=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #06582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06582A is #F9A7D5. Grayscale: #3A3A3A. Windows color (decimal): -16361430 or 2775046. OLE color: 2775046.

HSL color Cylindrical-coordinate representation of color #06582A: hue angle of 146.34º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06582A is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 88 42 -
CMYK 0.93 0 0.52 0.65
HSL 146.34º 0.87% 0.18% -
HSV(B) 146.34º 0.93% 0.35% -
XYZ 3.98 7.19 3.37 -
YUV 58.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 6 88 42 0.93 0 0.52 0.65 146.34 0.87 0.18
Hex 6 58 2A 5D 0 34 41 92 57 12
Octal 6 130 52 135 0 64 101 222 127 22
Binary 110 1011000 101010 1011101 0 110100 1000001 10010010 1010111 10010

Color Harmonies of #06582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06582A

Black with #06582A

Text Example


Text Example

White with #06582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06582A; }

 p { color: rgb(6,88,42); }

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

background-color css

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

 a { background-color: rgb(6,88,42); }

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

border-color css

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

 span { border-color: rgb(6,88,42); }

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