Html Css Color HEX #383601 Turtle Green

📋 copy color: '#383601'

red 56 ◦ green 54 ◦ blue 1

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

Shades of Turtle Green #383601

Tints of Turtle Green #383601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 48.65%

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

R = 50.45%
G = 48.65%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#383601 (or 0x383601) is known color: Turtle Green. HEX triplet: 38, 36 and 01. RGB value is (56,54,1). Sum of RGB (Red+Green+Blue) = 56+54+1=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #383601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383601 is #C7C9FE. Grayscale: #303030. Windows color (decimal): -13093375 or 79416. OLE color: 79416.

HSL color Cylindrical-coordinate representation of color #383601: hue angle of 57.82º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383601 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 54 1 -
CMYK 0 0.04 0.98 0.78
HSL 57.82º 0.96% 0.11% -
HSV(B) 57.82º 0.98% 0.22% -
XYZ 2.96 3.48 0.54 -
YUV 48.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 56 54 1 0 0.04 0.98 0.78 57.82 0.96 0.11
Hex 38 36 1 0 4 62 4E 3A 60 B
Octal 70 66 1 0 4 142 116 72 140 13
Binary 111000 110110 1 0 100 1100010 1001110 111010 1100000 1011

Color Harmonies of #383601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383601

Black with #383601

Text Example


Text Example

White with #383601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383601; }

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

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

background-color css

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

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

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

border-color css

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

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

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