Html Css Color HEX #384802 Turtle Green

📋 copy color: '#384802'

red 56 ◦ green 72 ◦ blue 2

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

Shades of Turtle Green #384802

Tints of Turtle Green #384802

RGB

 RED value IS 56 (22.27% from 255) = 43.08%

 GREEN value IS 72 (28.52% from 255) = 55.38%

 BLUE value IS 2 (1.17% from 255) = 1.54%

R = 43.08%
G = 55.38%
B = 1.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#384802 (or 0x384802) is known color: Turtle Green. HEX triplet: 38, 48 and 02. RGB value is (56,72,2). Sum of RGB (Red+Green+Blue) = 56+72+2=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #384802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384802 is #C7B7FD. Grayscale: #3B3B3B. Windows color (decimal): -13088766 or 149560. OLE color: 149560.

HSL color Cylindrical-coordinate representation of color #384802: hue angle of 73.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #384802 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 2 -
CMYK 0.22 0 0.97 0.72
HSL 73.71º 0.95% 0.15% -
HSV(B) 73.71º 0.97% 0.28% -
XYZ 3.96 5.48 0.91 -
YUV 59.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 56 72 2 0.22 0 0.97 0.72 73.71 0.95 0.15
Hex 38 48 2 16 0 61 48 4A 5F F
Octal 70 110 2 26 0 141 110 112 137 17
Binary 111000 1001000 10 10110 0 1100001 1001000 1001010 1011111 1111

Color Harmonies of #384802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384802

Black with #384802

Text Example


Text Example

White with #384802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384802; }

 p { color: rgb(56,72,2); }

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

background-color css

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

 a { background-color: rgb(56,72,2); }

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

border-color css

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

 span { border-color: rgb(56,72,2); }

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