Html Css Color HEX #07531C Crusoe

📋 copy color: '#07531C'

red 7 ◦ green 83 ◦ blue 28

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

Shades of Crusoe #07531C

Tints of Crusoe #07531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.73%

R = 5.93%
G = 70.34%
B = 23.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#07531C (or 0x07531C) is known color: Crusoe. HEX triplet: 07, 53 and 1C. RGB value is (7,83,28). Sum of RGB (Red+Green+Blue) = 7+83+28=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #07531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07531C is #F8ACE3. Grayscale: #363636. Windows color (decimal): -16297188 or 1856263. OLE color: 1856263.

HSL color Cylindrical-coordinate representation of color #07531C: hue angle of 136.58º degrees, saturation: 0.84, 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 #07531C is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 28 -
CMYK 0.92 0 0.66 0.67
HSL 136.58º 0.84% 0.18% -
HSV(B) 136.58º 0.92% 0.33% -
XYZ 3.39 6.32 2.14 -
YUV 54.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 7 83 28 0.92 0 0.66 0.67 136.58 0.84 0.18
Hex 7 53 1C 5C 0 42 43 89 54 12
Octal 7 123 34 134 0 102 103 211 124 22
Binary 111 1010011 11100 1011100 0 1000010 1000011 10001001 1010100 10010

Color Harmonies of #07531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07531C

Black with #07531C

Text Example


Text Example

White with #07531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,83,28); }

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

background-color css

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

 a { background-color: rgb(7,83,28); }

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

border-color css

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

 span { border-color: rgb(7,83,28); }

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