Html Css Color HEX #09643D Jewel

📋 copy color: '#09643D'

red 9 ◦ green 100 ◦ blue 61

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

Shades of Jewel #09643D

Tints of Jewel #09643D

RGB

 RED value IS 9 (3.91% from 255) = 5.29%

 GREEN value IS 100 (39.45% from 255) = 58.82%

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 5.29%
G = 58.82%
B = 35.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#09643D (or 0x09643D) is known color: Jewel. HEX triplet: 09, 64 and 3D. RGB value is (9,100,61). Sum of RGB (Red+Green+Blue) = 9+100+61=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #09643D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09643D is #F69BC2. Grayscale: #444444. Windows color (decimal): -16161731 or 4023305. OLE color: 4023305.

HSL color Cylindrical-coordinate representation of color #09643D: hue angle of 154.29º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09643D is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 61 -
CMYK 0.91 0 0.39 0.61
HSL 154.29º 0.83% 0.21% -
HSV(B) 154.29º 0.91% 0.39% -
XYZ 5.51 9.51 5.96 -
YUV 68.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 9 100 61 0.91 0 0.39 0.61 154.29 0.83 0.21
Hex 9 64 3D 5B 0 27 3D 9A 53 15
Octal 11 144 75 133 0 47 75 232 123 25
Binary 1001 1100100 111101 1011011 0 100111 111101 10011010 1010011 10101

Color Harmonies of #09643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09643D

Black with #09643D

Text Example


Text Example

White with #09643D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,100,61); }

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

background-color css

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

 a { background-color: rgb(9,100,61); }

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

border-color css

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

 span { border-color: rgb(9,100,61); }

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