Html Css Color HEX #07582D Crusoe

📋 copy color: '#07582D'

red 7 ◦ green 88 ◦ blue 45

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

Shades of Crusoe #07582D

Tints of Crusoe #07582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.14%

R = 5%
G = 62.86%
B = 32.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#07582D (or 0x07582D) is known color: Crusoe. HEX triplet: 07, 58 and 2D. RGB value is (7,88,45). Sum of RGB (Red+Green+Blue) = 7+88+45=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #07582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07582D is #F8A7D2. Grayscale: #3A3A3A. Windows color (decimal): -16295891 or 2971655. OLE color: 2971655.

HSL color Cylindrical-coordinate representation of color #07582D: hue angle of 148.15º 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 #07582D is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 88 45 -
CMYK 0.92 0 0.49 0.65
HSL 148.15º 0.85% 0.19% -
HSV(B) 148.15º 0.92% 0.35% -
XYZ 4.05 7.21 3.66 -
YUV 58.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 7 88 45 0.92 0 0.49 0.65 148.15 0.85 0.19
Hex 7 58 2D 5C 0 31 41 94 55 13
Octal 7 130 55 134 0 61 101 224 125 23
Binary 111 1011000 101101 1011100 0 110001 1000001 10010100 1010101 10011

Color Harmonies of #07582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07582D

Black with #07582D

Text Example


Text Example

White with #07582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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