Html Css Color HEX #384701 Turtle Green

📋 copy color: '#384701'

red 56 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #384701

Tints of Turtle Green #384701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.47%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 43.75%
G = 55.47%
B = 0.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#384701 (or 0x384701) is known color: Turtle Green. HEX triplet: 38, 47 and 01. RGB value is (56,71,1). Sum of RGB (Red+Green+Blue) = 56+71+1=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #384701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384701 is #C7B8FE. Grayscale: #3A3A3A. Windows color (decimal): -13089023 or 83768. OLE color: 83768.

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

Color convert

RGB 56 71 1 -
CMYK 0.21 0 0.99 0.72
HSL 72.86º 0.97% 0.14% -
HSV(B) 72.86º 0.99% 0.28% -
XYZ 3.89 5.35 0.86 -
YUV 58.54 95.53 126.19 -
System Red Green Blue C M Y K H S L
Decimal 56 71 1 0.21 0 0.99 0.72 72.86 0.97 0.14
Hex 38 47 1 15 0 63 48 49 61 E
Octal 70 107 1 25 0 143 110 111 141 16
Binary 111000 1000111 1 10101 0 1100011 1001000 1001001 1100001 1110

Color Harmonies of #384701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384701

Black with #384701

Text Example


Text Example

White with #384701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384701; }

 p { color: rgb(56,71,1); }

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

background-color css

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

 a { background-color: rgb(56,71,1); }

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

border-color css

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

 span { border-color: rgb(56,71,1); }

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