Html Css Color HEX #384402 Turtle Green

📋 copy color: '#384402'

red 56 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #384402

Tints of Turtle Green #384402

RGB

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

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

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

R = 44.44%
G = 53.97%
B = 1.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#384402 (or 0x384402) is known color: Turtle Green. HEX triplet: 38, 44 and 02. RGB value is (56,68,2). Sum of RGB (Red+Green+Blue) = 56+68+2=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #384402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384402 is #C7BBFD. Grayscale: #393939. Windows color (decimal): -13089790 or 148536. OLE color: 148536.

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

Color convert

RGB 56 68 2 -
CMYK 0.18 0 0.97 0.73
HSL 70.91º 0.94% 0.14% -
HSV(B) 70.91º 0.97% 0.27% -
XYZ 3.71 4.98 0.82 -
YUV 56.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 56 68 2 0.18 0 0.97 0.73 70.91 0.94 0.14
Hex 38 44 2 12 0 61 49 47 5E E
Octal 70 104 2 22 0 141 111 107 136 16
Binary 111000 1000100 10 10010 0 1100001 1001001 1000111 1011110 1110

Color Harmonies of #384402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384402

Black with #384402

Text Example


Text Example

White with #384402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384402; }

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

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

background-color css

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

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

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

border-color css

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

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

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