#065525

Color #065525 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #065525

Tints of Crusoe #065525

Color information

#065525 (or 0x065525) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 25. RGB value is (6,85,37). Sum of RGB (Red+Green+Blue) = 6+85+37=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #065525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065525 is #F9AADA. Grayscale: #383838. Windows color (decimal): -16362203 or 2446598. OLE color: 2446598.

HSL color Cylindrical-coordinate representation of color #065525: hue angle of 143.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065525 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB68537-
CMYK0.9300.560.67
HSL143.54º86.81%17.84%-
HSV(B)143.54º92.94%33.33%-
XYZ3.666.672.84-
YUV55.91117.3392.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 85 (33.59% from 255) = 66.41%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=4.69%
G=66.41%
B=28.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685370.9300.560.67143.5486.8117.84
Hex655255D03843905712
Octal61254513507010322012722
Binary110101010110010110111010111000100001110010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065525; }

 p { color: rgb(6,85,37); }

 H1.HeaderClassName
 {
   color: #065525;
 }
 .AnyTagClassName
 {
   color: #065525;
 }
</style>
background-color css

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

 a { background-color: rgb(6,85,37); }

 div.DivClassName
 {
   background-color: #065525;
 }
 .BgClassName
 {
   background-color: #065525;
 }
</style>
border-color css

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

 span { border-color: rgb(6,85,37); }

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