Html Css Color HEX #384403 Turtle Green

📋 copy color: '#384403'

red 56 ◦ green 68 ◦ blue 3

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

Shades of Turtle Green #384403

Tints of Turtle Green #384403

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.54%

 BLUE value IS 3 (1.56% from 255) = 2.36%

R = 44.09%
G = 53.54%
B = 2.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#384403 (or 0x384403) is known color: Turtle Green. HEX triplet: 38, 44 and 03. RGB value is (56,68,3). Sum of RGB (Red+Green+Blue) = 56+68+3=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #384403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384403 is #C7BBFC. Grayscale: #393939. Windows color (decimal): -13089789 or 214072. OLE color: 214072.

HSL color Cylindrical-coordinate representation of color #384403: hue angle of 71.08º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #384403 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 3 -
CMYK 0.18 0 0.96 0.73
HSL 71.08º 0.92% 0.14% -
HSV(B) 71.08º 0.96% 0.27% -
XYZ 3.71 4.98 0.85 -
YUV 57 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 56 68 3 0.18 0 0.96 0.73 71.08 0.92 0.14
Hex 38 44 3 12 0 60 49 47 5C E
Octal 70 104 3 22 0 140 111 107 134 16
Binary 111000 1000100 11 10010 0 1100000 1001001 1000111 1011100 1110

Color Harmonies of #384403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384403

Black with #384403

Text Example


Text Example

White with #384403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384403; }

 p { color: rgb(56,68,3); }

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

background-color css

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

 a { background-color: rgb(56,68,3); }

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

border-color css

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

 span { border-color: rgb(56,68,3); }

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