Html Css Color HEX #383C01 Turtle Green

📋 copy color: '#383C01'

red 56 ◦ green 60 ◦ blue 1

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

Shades of Turtle Green #383C01

Tints of Turtle Green #383C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 51.28%

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

R = 47.86%
G = 51.28%
B = 0.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#383C01 (or 0x383C01) is known color: Turtle Green. HEX triplet: 38, 3C and 01. RGB value is (56,60,1). Sum of RGB (Red+Green+Blue) = 56+60+1=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #383C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383C01 is #C7C3FE. Grayscale: #343434. Windows color (decimal): -13091839 or 80952. OLE color: 80952.

HSL color Cylindrical-coordinate representation of color #383C01: hue angle of 64.07º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383C01 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 60 1 -
CMYK 0.07 0 0.98 0.76
HSL 64.07º 0.97% 0.12% -
HSV(B) 64.07º 0.98% 0.24% -
XYZ 3.25 4.07 0.64 -
YUV 52.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 56 60 1 0.07 0 0.98 0.76 64.07 0.97 0.12
Hex 38 3C 1 7 0 62 4C 40 61 C
Octal 70 74 1 7 0 142 114 100 141 14
Binary 111000 111100 1 111 0 1100010 1001100 1000000 1100001 1100

Color Harmonies of #383C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C01

Black with #383C01

Text Example


Text Example

White with #383C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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