Html Css Color HEX #065B24 Crusoe

📋 copy color: '#065B24'

red 6 ◦ green 91 ◦ blue 36

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

Shades of Crusoe #065B24

Tints of Crusoe #065B24

RGB

 RED value IS 6 (2.73% from 255) = 4.51%

 GREEN value IS 91 (35.94% from 255) = 68.42%

 BLUE value IS 36 (14.45% from 255) = 27.07%

R = 4.51%
G = 68.42%
B = 27.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#065B24 (or 0x065B24) is known color: Crusoe. HEX triplet: 06, 5B and 24. RGB value is (6,91,36). Sum of RGB (Red+Green+Blue) = 6+91+36=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 91 (35.94% from 255 or 68.42% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 91 - color contains mainly: green. Hex color #065B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B24 is #F9A4DB. Grayscale: #3B3B3B. Windows color (decimal): -16360668 or 2382598. OLE color: 2382598.

HSL color Cylindrical-coordinate representation of color #065B24: hue angle of 141.18º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065B24 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 91 36 -
CMYK 0.93 0 0.60 0.64
HSL 141.18º 0.88% 0.19% -
HSV(B) 141.18º 0.93% 0.36% -
XYZ 4.13 7.65 2.93 -
YUV 59.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 6 91 36 0.93 0 0.60 0.64 141.18 0.88 0.19
Hex 6 5B 24 5D 0 3C 40 8D 58 13
Octal 6 133 44 135 0 74 100 215 130 23
Binary 110 1011011 100100 1011101 0 111100 1000000 10001101 1011000 10011

Color Harmonies of #065B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B24

Black with #065B24

Text Example


Text Example

White with #065B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065B24; }

 p { color: rgb(6,91,36); }

 H1.HeaderClassName
 {
   color: #065B24;
 }
 .AnyTagClassName
 {
   color: #065B24;
 }
</style>

background-color css

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

 a { background-color: rgb(6,91,36); }

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

border-color css

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

 span { border-color: rgb(6,91,36); }

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