Html Css Color HEX #07552D Crusoe

📋 copy color: '#07552D'

red 7 ◦ green 85 ◦ blue 45

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

Shades of Crusoe #07552D

Tints of Crusoe #07552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.04%

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

R = 5.11%
G = 62.04%
B = 32.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#07552D (or 0x07552D) is known color: Crusoe. HEX triplet: 07, 55 and 2D. RGB value is (7,85,45). Sum of RGB (Red+Green+Blue) = 7+85+45=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #07552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07552D is #F8AAD2. Grayscale: #393939. Windows color (decimal): -16296659 or 2970887. OLE color: 2970887.

HSL color Cylindrical-coordinate representation of color #07552D: hue angle of 149.23º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07552D is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 85 45 -
CMYK 0.92 0 0.47 0.67
HSL 149.23º 0.85% 0.18% -
HSV(B) 149.23º 0.92% 0.33% -
XYZ 3.81 6.73 3.58 -
YUV 57.12 121.16 92.25 -
System Red Green Blue C M Y K H S L
Decimal 7 85 45 0.92 0 0.47 0.67 149.23 0.85 0.18
Hex 7 55 2D 5C 0 2F 43 95 55 12
Octal 7 125 55 134 0 57 103 225 125 22
Binary 111 1010101 101101 1011100 0 101111 1000011 10010101 1010101 10010

Color Harmonies of #07552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07552D

Black with #07552D

Text Example


Text Example

White with #07552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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