Html Css Color HEX #07582C Crusoe

📋 copy color: '#07582C'

red 7 ◦ green 88 ◦ blue 44

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

Shades of Crusoe #07582C

Tints of Crusoe #07582C

RGB

 RED value IS 7 (3.13% from 255) = 5.04%

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

 BLUE value IS 44 (17.58% from 255) = 31.65%

R = 5.04%
G = 63.31%
B = 31.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#07582C (or 0x07582C) is known color: Crusoe. HEX triplet: 07, 58 and 2C. RGB value is (7,88,44). Sum of RGB (Red+Green+Blue) = 7+88+44=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #07582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07582C is #F8A7D3. Grayscale: #3A3A3A. Windows color (decimal): -16295892 or 2906119. OLE color: 2906119.

HSL color Cylindrical-coordinate representation of color #07582C: hue angle of 147.41º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07582C is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 88 44 -
CMYK 0.92 0 0.5 0.65
HSL 147.41º 0.85% 0.19% -
HSV(B) 147.41º 0.92% 0.35% -
XYZ 4.03 7.21 3.56 -
YUV 58.77 119.66 91.08 -
System Red Green Blue C M Y K H S L
Decimal 7 88 44 0.92 0 0.5 0.65 147.41 0.85 0.19
Hex 7 58 2C 5C 0 32 41 93 55 13
Octal 7 130 54 134 0 62 101 223 125 23
Binary 111 1011000 101100 1011100 0 110010 1000001 10010011 1010101 10011

Color Harmonies of #07582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07582C

Black with #07582C

Text Example


Text Example

White with #07582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07582C; }

 p { color: rgb(7,88,44); }

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

background-color css

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

 a { background-color: rgb(7,88,44); }

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

border-color css

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

 span { border-color: rgb(7,88,44); }

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