Html Css Color HEX #065B13 Crusoe

📋 copy color: '#065B13'

red 6 ◦ green 91 ◦ blue 19

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

Shades of Crusoe #065B13

Tints of Crusoe #065B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.38%

R = 5.17%
G = 78.45%
B = 16.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#065B13 (or 0x065B13) is known color: Crusoe. HEX triplet: 06, 5B and 13. RGB value is (6,91,19). Sum of RGB (Red+Green+Blue) = 6+91+19=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 91 (35.94% from 255 or 78.45% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 91 - color contains mainly: green. Hex color #065B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065B13 is #F9A4EC. Grayscale: #393939. Windows color (decimal): -16360685 or 1268486. OLE color: 1268486.

HSL color Cylindrical-coordinate representation of color #065B13: hue angle of 129.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 #065B13 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 91 19 -
CMYK 0.93 0 0.79 0.64
HSL 129.18º 0.88% 0.19% -
HSV(B) 129.18º 0.93% 0.36% -
XYZ 3.93 7.57 1.87 -
YUV 57.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 6 91 19 0.93 0 0.79 0.64 129.18 0.88 0.19
Hex 6 5B 13 5D 0 4F 40 81 58 13
Octal 6 133 23 135 0 117 100 201 130 23
Binary 110 1011011 10011 1011101 0 1001111 1000000 10000001 1011000 10011

Color Harmonies of #065B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B13

Black with #065B13

Text Example


Text Example

White with #065B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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